home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://tempuri.org/" name="IMapQuestservice" xmlns="http://schemas.xmlsoap.org/wsdl/">
- <types />
- <message name="GetDirections0Request">
- <part name="FromAddress" type="s:string" />
- <part name="FromCity" type="s:string" />
- <part name="FromState" type="s:string" />
- <part name="FromCountry" type="s:string" />
- <part name="ToAddress" type="s:string" />
- <part name="ToCity" type="s:string" />
- <part name="ToState" type="s:string" />
- <part name="ToCountry" type="s:string" />
- </message>
- <message name="GetDirections0Response">
- <part name="return" type="s:string" />
- </message>
- <portType name="IMapQuest">
- <operation name="GetDirections">
- <input message="tns:GetDirections0Request" />
- <output message="tns:GetDirections0Response" />
- </operation>
- </portType>
- <binding name="IMapQuestbinding" type="tns:IMapQuest">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" />
- <operation name="GetDirections">
- <soap:operation soapAction="urn:MapQuestIntf-IMapQuest#GetDirections" style="rpc" />
- <input>
- <soap:body use="encoded" namespace="urn:MapQuestIntf-IMapQuest" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
- </input>
- <output>
- <soap:body use="encoded" namespace="urn:MapQuestIntf-IMapQuest" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
- </output>
- </operation>
- </binding>
- <service name="IMapQuestservice">
- <port name="IMapQuestPort" binding="tns:IMapQuestbinding">
- <soap:address location="http://ww6.borland.com/webservices/MapQuest/MapQuest.exe/soap/IMapQuest" />
- </port>
- </service>
- </definitions>